home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2339 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: quasar.xs4all.nl!ekrieger
  2. Subject: Re: Problem with Mui 3.3
  3. Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.networking
  4. Followup-To: comp.sys.amiga.applications,comp.sys.amiga.networking
  5. References: <869.6641T424T916@postoffice.ptd.net>
  6. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  7. From: ekrieger@quasar.xs4all.nl (Eric Krieger)
  8. Message-ID: <ekrieger.20d9@quasar.xs4all.nl>
  9. Date: Sun, 10 Mar 96 13:21:38 +0100
  10. Organization: Private, Delft [NL]
  11.  
  12. hankduckman (hankduck@postoffice.ptd.net) wrote (on 8 Mar 1996 12:09:04 GMT):
  13.  
  14. > I just installed my new MUI 3.3 over 3.2, with my new key.
  15.  
  16. Copied 3.3 *over* 3.2?  You should have renamed the 3.2 directory to
  17. another name, and create a new MUI directory instead, or better use
  18. the Installer script (which does it for you!).
  19.  
  20. > IBrowse and AMosaic won't open and tell me:  unable to open
  21. > application.  If I try yo open MUI itself, I get:  unable to open
  22. > custom library???
  23.  
  24. Obviously you have either old libraries somewhere on your disk or
  25. memory, or have not unpacked/installed MUI correctly!
  26.  
  27. > I deleted the older muimaster.library from sys:lib.
  28.  
  29. It shouldn't be there in the first place!
  30.  
  31. > Anyone have an idea of what's wrong???
  32.  
  33. Remove all older MUI files (prior the 3.3 release), unpack 3.3 and
  34. run the Installer script.  Then *Reboot* your system to remove the
  35. older libraries from the memory!
  36.  
  37.  
  38. If you don't like to run an Installer-script, then unpack the archive
  39. somewhere and put the following part in your User-Startup:
  40.  
  41.  
  42. ;BEGIN MUI
  43. if exists "SYS:MUI"             ;Change this to your directory!!!
  44.    assign MUI: "SYS:MUI"
  45.    if exists MUI:Libs
  46.       assign add LIBS: MUI:Libs
  47.    endif
  48.    if exists MUI:Locale
  49.       assign add LOCALE: MUI:Locale
  50.    endif
  51.    version >nil: exec.library 39
  52.    if not warn
  53.       if exists MUI:Docs
  54.          if exists HELP:dummy ; do not remove
  55.          endif                ; this entry!
  56.          assign add HELP: MUI:Docs
  57.       endif
  58.    endif
  59. endif
  60. ;END MUI
  61.  
  62.  
  63. ....and then Reboot!
  64.  
  65.  
  66. Good luck!
  67. -- 
  68. |  Eric Krieger  :  ekrieger@quasar.xs4all.nl   |  Fido-Net: 2:285/1.10  |
  69. |   Q U A S A R  :  Last Point of Endless Time  |  AmigaNet: 39:102/1.21 |
  70.